FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / FlexGrid Class / Select Method / Select(IEnumerable<GridControlRange>,Boolean,Boolean) Method
The collection of GridControlRange to select.
Whether to scroll the new selection into view.
Whether the selection adorners are hidden.

In This Topic
    Select(IEnumerable<GridControlRange>,Boolean,Boolean) Method
    In This Topic
    Selects a collection of cells and optionally scrolls it into view.
    Syntax
    'Declaration
     
    Public Overloads Sub Select( _
       ByVal ranges As IEnumerable(Of GridControlRange), _
       ByVal scrollIntoView As Boolean, _
       Optional ByVal hideSelectionAdorners As Boolean _
    ) 

    Parameters

    ranges
    The collection of GridControlRange to select.
    scrollIntoView
    Whether to scroll the new selection into view.
    hideSelectionAdorners
    Whether the selection adorners are hidden.
    See Also